home *** CD-ROM | disk | FTP | other *** search
/ PC Open 96 / PC Open 96 CD1.bin / INTERNET / Free Surfer mk II / FreeSurfer21026.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-04-14  |  4.9 KB  |  67 lines

  1. ;InnoSetupVersion=2.0.17
  2. [Setup]
  3. AppName=Free Surfer mk II
  4. AppVerName=EMS FreeSurfer mk II
  5. AppId=Free Surfer mk II
  6. AppPublisher=EMS Project
  7. AppPublisherURL=http://www.free.surfer.tc
  8. AppSupportURL=http://www.free.surfer.tc
  9. AppUpdatesURL=http://www.free.surfer.tc
  10. DefaultDirName={pf}\Free Surfer
  11. DefaultGroupName=Free Surfer
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. InfoBeforeFile=embedded\InfoBefore.txt
  17. InfoAfterFile=embedded\InfoAfter.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{sys}\stdole2.tlb"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regtypelib sharedfile 
  22. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  23. Source: "{sys}\oleaut32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  24. Source: "{sys}\olepro32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  25. Source: "{sys}\asycfilt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  26. Source: "{sys}\comcat.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  27. Source: "{app}\fs20.exe"; DestDir: "{app}"; 
  28. Source: "{app}\fsWashit.dll"; DestDir: "{app}"; Flags: regserver 
  29. Source: "{app}\fs.ini"; DestDir: "{app}"; 
  30. Source: "{app}\fssp.dll"; DestDir: "{app}"; 
  31. Source: "{app}\fsmo.dll"; DestDir: "{app}"; 
  32. Source: "{app}\LangPacks\[US] English"; DestDir: "{app}\LangPacks"; 
  33. Source: "{app}\LangPacks\[BR] Portuguese"; DestDir: "{app}\LangPacks"; 
  34. Source: "{app}\LangPacks\[FI] Stadin slangi"; DestDir: "{app}\LangPacks"; 
  35. Source: "{app}\LangPacks\[IT] Italiano"; DestDir: "{app}\LangPacks"; 
  36. Source: "{app}\LangPacks\[DE] German"; DestDir: "{app}\LangPacks"; 
  37. Source: "{app}\LangPacks\[FR] French"; DestDir: "{app}\LangPacks"; 
  38. Source: "{app}\LangPacks\[FI] Suomi"; DestDir: "{app}\LangPacks"; 
  39. Source: "{app}\LangPacks\[SV] Svenska"; DestDir: "{app}\LangPacks"; 
  40. Source: "{app}\LangPacks\[DK] Dansk"; DestDir: "{app}\LangPacks"; 
  41. Source: "{app}\LangPacks\[NL] Nederlands"; DestDir: "{app}\LangPacks"; 
  42. Source: "{app}\LangPacks\[ES] Spanish"; DestDir: "{app}\LangPacks"; 
  43. [Registry]
  44. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; Flags: deletekey 
  45. Root: HKCR; Subkey: "CLSID\{{0634BB9C-C12C-48A0-B4B0-5BB598DE236D}"; Flags: deletekey 
  46. Root: HKCR; Subkey: "CLSID\{{9BD5776A-E668-4B17-9B2C-B52FDB21C422}"; Flags: deletekey 
  47. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueName: "freesurfer"; ValueType: String; Flags: uninsdeletevalue 
  48. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "ClsID"; ValueType: String; ValueData: "{{1FBA04EE-3024-11D2-8F1F-0000F87ABD16}"; Flags: uninsdeletevalue 
  49. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "Exec"; ValueType: String; ValueData: "{app}\FS20.exe"; Flags: uninsdeletevalue 
  50. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "Default Visible"; ValueType: String; ValueData: "Yes"; Flags: uninsdeletevalue 
  51. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "MenuText"; ValueType: String; ValueData: "Free Surfer"; Flags: uninsdeletevalue 
  52. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "ToolTip"; ValueType: String; ValueData: "Free Surfer"; Flags: uninsdeletevalue 
  53. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "ButtonText"; ValueType: String; ValueData: "Free Surfer"; Flags: uninsdeletevalue 
  54. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "Icon"; ValueType: String; ValueData: "{app}\FS20.exe,101"; Flags: uninsdeletevalue 
  55. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Extensions\{{AFC3FA82-AD07-45cd-8B57-983435B9899E}"; ValueName: "HotIcon"; ValueType: String; ValueData: "{app}\FS20.exe,102"; Flags: uninsdeletevalue 
  56. [Run]
  57. Filename: "{app}\fs20.exe"; Description: "Launch Free Surfer"; Flags: postinstall skipifsilent nowait
  58. [UninstallRun]
  59. Filename: "{app}\fsWashit.dll"; Parameters: "/UnRegServer"; 
  60. [Icons]
  61. Name: "{group}\Free Surfer"; Filename: "{app}\fs20.exe"; 
  62. Name: "{userdesktop}\Free Surfer"; Filename: "{app}\fs20.exe"; Tasks: desktopicon; 
  63. [Tasks]
  64. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  65. [UninstallDelete]
  66. Type: filesandordirs; Name: "{app}\LangPacks"; 
  67.